Documents for PDF, .NET Edition Documentation
ForEach Method (StructList<T>)

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Common Namespace > StructList<T> Class : ForEach Method
The GrapeCity.Documents.Common.StructAction`1 delegate to perform on each element of the StructList<T>.
Performs the specified action on each element of the StructList<T>.
Syntax
'Declaration
 
Public Sub ForEach( _
   ByVal action As GrapeCity.Documents.Common.StructAction(Of T) _
) 
public void ForEach( 
   GrapeCity.Documents.Common.StructAction<T> action
)

Parameters

action
The GrapeCity.Documents.Common.StructAction`1 delegate to perform on each element of the StructList<T>.
See Also

Reference

StructList<T> Class
StructList<T> Members